/*全局公共样式*/
* {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: Microsoft Yahei;
  font-size: 16px;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  border: 0px;
}
/*全局样式*/
/* 首页样式 */
/*颜色*/
.float_l {
  float: left;
}
.box {
  overflow: hidden;
  width: 100%;
  background: url(./bg.jpg) no-repeat;
  background-size: 100%;
}
.main {
  position: relative;
  margin: auto;
  width: 1170px;
}
/* 网站公共头部样式 */
.text_scroll {
  float: left;
  margin-top: 6px;
  width: 400px;
  height: 20px;
  font-size: 14px;
  color: #E70012;
  overflow: hidden;
}
.top {
  float: right;
  margin: 8px 0 16px 0;
  font-size: 12px;
  text-align: right;
}
.top .top_wx {
  float: left;
  position: relative;
  width: 80px;
}
.top .top_wx .top_wx_text {
  width: 80px;
  height: 18px;
}
.top .top_wx .top_wx_text span {
  float: left;
  display: inline-block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  margin: 0 5px 0 10px;
  background: url(./icon.png) no-repeat -420px -124px;
}
.top .top_wx img {
  position: absolute;
  top: 18px;
  left: 0px;
  display: none;
}
.top a {
  float: left;
  color: #555;
  line-height: 18px;
}
.top a:hover {
  color: #0068b7;
}
.top a span {
  float: left;
  display: inline-block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  margin: 0 10px;
}
.top a .icon_wza {
  background: url(./icon.png) no-repeat 0px 4px;
}
.top a .icon_login {
  background: url(./icon.png) no-repeat -152px 0px;
}
.top a .icon_rge {
  background: url(./icon.png) no-repeat -190px 0px;
}
.top a .icon_en {
  background: url(./icon.png) no-repeat -38px 0px;
}
.top a .icon_phone {
  background: url(./icon.png) no-repeat -79px 0px;
}
.top a .icon_jf {
  background: url(./icon.png) no-repeat -114px 0px;
}
.top a .icon_wb {
  background: url(./icon.png) no-repeat -28px -182px;
}
.top a .icon_email {
  background: url(./icon.png) no-repeat -420px -151px;
}
.head {
  width: 100%;
  overflow: hidden;
}
.head h1 {
  float: left;
}
.head h1 a {
  float: left;
}
.head .search {
  float: right;
  margin-top: 16px;
  width: 370px;
}
/*留言表单样式*/
.input_text {
  float: left;
  height: 30px;
  line-height: 30px;
  border: 1px solid #cccccc;
  text-indent: 0.5em;
}
.input_text:focus {
  border: 1px solid #0068b7;
  box-shadow: 0 0 5px #0068b7;
}
.input_textarea {
  margin: 4px 0;
  border: 1px solid #cccccc;
  text-indent: 0.5em;
  font-family: Microsoft Yahei;
  font-size: 14px;
}
.input_textarea:focus {
  border: 1px solid #0068b7;
  box-shadow: 0 0 5px #0068b7;
}
.h_form_btn {
  float: left;
  margin-left: 80px;
  margin-top: 20px;
}
.h_form_btn a {
  color: #666;
  margin: 0 15px;
}
.h_form_btn a:hover {
  color: #0068b7;
}
.search_text_type {
  float: left;
  margin-right: 10px;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ccc;
  border-right: none;
}
.search_text {
  float: left;
  border: 1px solid #ccc;
  border-right: none;
  height: 33px;
  line-height: 33px;
  text-indent: 1em;
}
.search_sub {
  float: left;
  border: 0px;
  width: 120px;
  height: 35px;
  background: #f1a325;
  color: #fff;
}
.search_sub:hover {
  background: #0068b7;
}
.search_tag {
  float: left;
  display: block;
  margin-top: 16px;
  width: 100%;
  font-size: 14px;
  color: #CD0003;
  font-weight: bold;
}
.search_tag a {
  color: #000;
  margin: 0 10px;
  font-weight: normal;
}
.search_tag a:hover {
  color: #0068b7;
}
/* 导航栏样式 */
.nav_box {
  margin-top: 18px;
  width: 100%;
  height: 60px;
}
.nav_box .nav {
  height: 60px;
  background: #0068b7;
}
.nav_box .nav a {
  float: left;
  display: block;
  color: #fff;
  line-height: 60px;
  width: 165.64285714px;
  text-align: center;
  border-left: 1px solid #3386c5;
}
.nav_box .nav a:hover {
  background: #00518e;
}
.fixedNav {
  position: fixed;
  margin: 0 auto;
  width: 1170px;
  top: 0px;
  z-index: 100000;
}
.new {
  overflow: hidden;
  margin-top: 32px;
  width: 1170px;
}
.img_new {
  position: relative;
  float: left;
  width: 670px;
  height: 380px;
  overflow: hidden;
}
.img_new_list {
  position: absolute;
  z-index: 5;
  width: 3350px;
  height: 380px;
}
.img_new_list ul {
  list-style: none;
}
.img_new_list ul li {
  position: relative;
  float: left;
  width: 670px;
  height: 380px;
}
.img_new_list ul li a {
  display: block;
  width: 670px;
  height: 380px;
}
.img_new_list ul li a img {
  vertical-align: top;
}
.img_new_list ul li a span {
  position: absolute;
  z-index: 6;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 45px;
  background: url(./img_new_title_bg.png);
  line-height: 45px;
  color: #fff;
  text-indent: 1em;
}
.img_new_icon {
  position: absolute;
  z-index: 10;
  right: 20px;
  bottom: 15px;
}
.img_new_icon ul {
  float: right;
}
.img_new_icon ul li {
  margin: 0 3px;
  cursor: pointer;
  display: inline;
  float: left;
}
.img_new_icon ul li span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
  font-size: 0px;
}
.img_new_icon_hover {
  background: #f1a325 !important;
}
.text_new {
  float: left;
  margin-left: 30px;
  height: 380px;
  width: 470px;
  overflow: hidden;
}
.text_new_class {
  overflow: hidden;
}
.text_new_class ul {
  width: 100%;
  height: 40px;
  text-align: center;
  border-bottom: 1px solid #0068b7;
}
.text_new_class li {
  display: inline;
  float: left;
  width: 117.5px;
  height: 37px;
  text-align: center;
}
.text_new_class li a {
  display: block;
  line-height: 37px;
  color: #0068b7;
  font-size: 18px;
}
.new_title_trigger {
  border-bottom: 3px solid #0068b7;
  font-weight: bold;
}
.text_new_main {
  width: 100%;
  overflow: hidden;
}
.text_new_main h2 a {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #0068b7;
  margin: 24px 0 12px 0;
}
.text_new_main h2 a:hover {
  color: #e70012;
}
.text_new_main ul {
  overflow: hidden;
  width: 100%;
}
.text_new_main ul li {
  float: left;
  width: 100%;
  background: url(./img_new_title_bg.png) no-repeat 0 18px;
}
.text_new_main ul li a {
  display: block;
  overflow: hidden;
  font-size: 16px;
  zoom: 1;
  cursor: pointer;
  color: #000;
  line-height: 40px;
}
.text_new_main ul li a:hover {
  color: #e70012;
}
.text_new_main ul li a em {
  display: inline-block;
  float: left;
  padding-left: 24px;
  font-style: normal;
}
.text_new_main ul li a span {
  display: inline-block;
  float: right;
}
.add_class {
  font-weight: bold;
}
.zhengwu {
  width: 100%;
  padding-top: 16px;
  overflow: hidden;
}
.open {
  float: left;
  overflow: hidden;
  width: 270px;
}
.open_title {
  overflow: hidden;
  width: 100%;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
}
.open_title h2 {
  float: left;
  font-size: 18px;
  background: url(./icon.png) no-repeat -425px -40px;
  text-indent: 1.5em;
}
.open_title h2 a {
  color: #0068b7;
}
.open_title span {
  float: right;
}
.open_title span a {
  font-size: 14px;
  color: #0068b7;
}
.open_list {
  overflow: hidden;
  width: 100%;
}
.open_list ul {
  list-style: none;
}
.open_list ul li {
  width: 100%;
  height: 30px;
  border: 1px solid #e1e5ee;
  background-color: #f6f8fd;
  margin-top: 12px;
}
.open_list ul li a {
  font-size: 16px;
  display: block;
  color: #245399;
}
.open_list ul li img {
  float: left;
  margin: 5px 18px 0 21px;
  width: 18px;
}
.open_list ul li span {
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.open_link {
  margin-top: 8px;
  width: 100%;
  height: 44px;
}
.open_link span {
  overflow: hidden;
  float: left;
  margin-right: 10px;
  display: inline-block;
  width: 120px;
  height: 43px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #000;
  border: 1px solid #ccc;
  cursor: pointer;
}
.open_link span:hover {
  background: #eee;
}
.open_link span i {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background: #f00;
  margin: 10px 0 0 10px;
  background: url(./icon.png) no-repeat -224px 0px;
}
.open_link a {
  float: left;
  display: inline-block;
  width: 120px;
  height: 43px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  color: #000;
  border: 1px solid #ccc;
  border-left: 3px solid #f19953;
}
.open_link a:hover {
  background: #eee;
}
/**子导航开始**/
.sub_nav_title {
  margin-top: 20px;
  font-size: 16px;
  line-height: 40px;
  text-indent: 2em;
  border-bottom: 1px solid #ccc;
  color: #0068b7;
}
.sub_nav_list {
  font-size: 16px;
  list-style: none;
  line-height: 30px;
  overflow: hidden;
  margin-left: 30px;
}
.sub_nav_list li {
  float: left;
  display: inline-block;
}
.sub_nav_list li a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  margin-right: 20px;
}
.sub_nav_list li a:hover {
  text-decoration: none;
  color: #F95500;
}
/**子导航结束**/
.publicity {
  float: left;
  margin-left: 30px;
  width: 570px;
  overflow: hidden;
}
.publicity_title {
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
}
.publicity_title ul li {
  float: left;
  display: inline;
  /* width: 45%; */
  text-align: center;
  margin-left: 18px;
}
.publicity_title ul li a {
  display: block;
  color: #000;
}
.publicity_title_hover {
  font-weight: bold;
  background: #f0f0f0;
}
.publicity_main {
  width: 100%;
  height: 186px;
  overflow: hidden;
  margin: 10px 0;
}
.publicity_main ul {
  margin: 10px 0;
}
.publicity_main ul li {
  line-height: 33px;
  text-indent: 2em;
}
.publicity_main ul li a {
  color: #000;
}
.zf_fw {
  width: 570px;
  height: 70px;
}
.zw_dt {
  float: left;
  width: 411px;
  height: 68px;
}
.zw_dt_rk {
  float: left;
  width: 334px;
  height: 65px;
}
.zw_dt_rk a {
  display: block;
  width: 334px;
  color: #666;
}
.zw_dt_kjrk {
  float: left;
  width: 70px;
}
.zw_dt_kjrk a {
  float: left;
  margin-left: 5px;
  display: inline-block;
  width: 70px;
  padding: 3px 0;
  border: 1px dashed #ccc;
}
.zw_dt_kjrk a:hover {
  background: #eee;
}
.zw_dt_kjrk a span {
  margin: 5px auto;
  display: block;
  width: 30px;
  height: 30px;
}
.zw_dt_kjrk a .zw_yw_icon {
  background: url(./icon.png) no-repeat -268px 0px;
}
.zw_dt_kjrk a .zw_down_icon {
  background: url(./icon.png) no-repeat -316px 0px;
}
.zw_dt_kjrk a .zw_bs_icon {
  background: url(./icon.png) no-repeat -362px -46px;
}
.zw_dt_kjrk a .zw_tj_icon {
  background: url(./icon.png) no-repeat 0px -213px;
}
.zw_dt_kjrk a i {
  display: inline-block;
  width: 100%;
  font-style: normal;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.fww {
  float: left;
  margin-left: 15px;
  width: 140px;
  height: 68px;
  overflow: hidden;
  border: 1px dashed #ccc;
}
.Interaction {
  float: left;
  margin-left: 30px;
  width: 270px;
}
.Interaction h2 {
  float: left;
  font-size: 18px;
  background: url(./icon.png) no-repeat -425px -40px;
  text-indent: 1.5em;
}
.Interaction h2 a {
  color: #0068b7;
}
.Interaction_title {
  overflow: hidden;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
}
.Interaction_title span {
  float: right;
}
.Interaction_title span a {
  font-size: 14px;
  color: #0068b7;
}
.Interaction_title {
  width: 100%;
  overflow: hidden;
}
.message {
  position: relative;
  display: block;
  text-align: center;
  color: #555;
  padding: 20px 0;
}
.message i {
  color: #0068b7;
  font-size: 28px;
}
.message span {
  margin-left: 10px;
  float: none;
}
.message .fa-pencil-square-o {
  margin-top: 5px;
}
.message_sta {
  width: 100%;
  overflow: hidden;
}
.message_sta span {
  display: block;
  font-size: 14px;
  color: #999;
}
.Interaction_link {
  overflow: hidden;
  padding: 12px 0;
}
.Interaction_link a {
  float: left;
  padding: 12px 0;
  overflow: hidden;
  display: inline-block;
  width: 33.3%;
  text-align: center;
}
.Interaction_link a:hover {
  background: #eee;
}
.Interaction_link a span {
  margin: auto;
  display: block;
  width: 45px;
  height: 45px;
}
.Interaction_link a .hd_rge_icon {
  background: url(./icon.png) no-repeat 0px -34px;
}
.Interaction_link a .hd_login_icon {
  background: url(./icon.png) no-repeat -58px -34px;
}
.Interaction_link a .hd_jy_icon {
  background: url(./icon.png) no-repeat -116px -34px;
}
.Interaction_link a .hd_jb_icon {
  background: url(./icon.png) no-repeat -173px -34px;
}
.Interaction_link a .hd_zx_icon {
  background: url(./icon.png) no-repeat -231px -34px;
}
.Interaction_link a .hd_dc_icon {
  background: url(./icon.png) no-repeat -289px -34px;
}
.Interaction_link a .hd_ly_icon {
  background: url(./icon.png) no-repeat -214px -187px;
}
.Interaction_link a i {
  margin-top: 10px;
  display: block;
  font-style: normal;
  color: #000;
}
.interview {
  width: 268px;
  height: 68px;
  overflow: hidden;
  font-size: 14px;
  border: 1px solid #ccc;
}
.interview a {
  display: block;
  height: 68px;
  overflow: hidden;
}
.interview a:hover {
  background: #f0f0f0;
}
.interview a span {
  float: left;
  margin-top: 5px;
  padding: 0 15px;
  width: 40px;
  height: 58px;
  background: #f00;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  color: #666;
  background: url(./fangtan_jt.png) no-repeat 10px 45px;
  border-right: 1px solid #ccc;
}
.interview a b {
  float: left;
  display: block;
  margin: 5px 0 0 10px;
  width: 180px;
  line-height: 25px;
  color: #0068b7;
}
.interview a i {
  float: left;
  display: block;
  margin-left: 10px;
  line-height: 25px;
  font-style: normal;
  color: #666;
}
.zhuanti_banner {
  margin: 32px 0 0 -30px;
  width: 1200px;
  height: 86px;
  overflow: hidden;
}
.zhuanti_b_list {
  display: inline;
  float: left;
  position: relative;
  margin-left: 30px;
  width: 270px;
  height: 86px;
  overflow: hidden;
}
.zhuanti_b_list span {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 86px;
  line-height: 86px;
  text-align: center;
  color: #fff;
  animation: myfirst 0.5s;
  background: url(./sd_video_bg.png);
}
.zhuanti_b_list span a {
  display: block;
  height: 86px;
  color: #fff;
  overflow: hidden;
}
.zhuanti_b_list span a i {
  margin-right: 10px;
}
.zhuanti_b_l_main {
  position: relative;
  width: 370px;
  height: 86px;
  z-index: 1;
}
.zhuanti_b_l_main a {
  display: block;
  height: 86px;
  color: #fff;
  overflow: hidden;
}
.zhuanti_b_list_icon {
  position: absolute;
  bottom: 8px;
  left: 150px;
  z-index: 99;
}
.zhuanti_b_list_icon i {
  display: block;
  float: left;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  background: #0068b7;
  font-size: 0px;
  border-radius: 5px;
}
.zhuanti_b_list:hover span {
  display: block;
}
@keyframes myfirst {
  from {
    opacity: 0.5;
    top: 85px;
  }
  to {
    opacity: 1;
    top: 0px;
  }
}
.column {
  float: left;
  margin-top: 32px;
  width: 570px;
  overflow: hidden;
}
.column_title {
  padding-bottom: 10px;
  font-weight: bold;
  color: #304876;
  margin-bottom: 20px;
  border-bottom: 1px solid #304876;
}
.column_title p {
  font-weight: normal;
}
.column_class_title {
  font-weight: bold;
  float: left;
}
.column_class_title ul li a {
  color: #fff;
}
.column_class_title_default {
  margin: 14px 0;
  width: 101px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  background: #ccc;
}
.column_class_title_hover {
  background: url(./popular_bg.png) no-repeat;
}
.column_line {
  float: left;
  margin: 0 25px;
  width: 1px;
  height: 230px;
  background: #ccc;
}
.column_line ul li {
  margin: 14px 0;
  width: 16px;
  height: 27px;
  background: url(./popular_icon.png) no-repeat 0 6px;
  margin-left: -8px;
}
.column_content_list {
  float: left;
  width: 400px;
  height: 300px;
  overflow: hidden;
}
.column_content_list ul {
  width: 100%;
}
.column_content_list ul li {
  position: relative;
  width: 100%;
  float: left;
  line-height: 32px;
}
.column_content_list ul li a {
  display: block;
  zoom: 1;
  cursor: pointer;
  color: #000;
}
.column_content_list ul li a:hover {
  color: #e70012;
}
.column_content_list ul li a span {
  position: absolute;
  right: 0px;
}
.pass {
  margin: 60px 0 0 60px;
  width: 540px;
  float: left;
}
.pass ul li {
  float: left;
  width: 270px;
  margin-bottom: 50px;
}
.pass_icon {
  float: left;
  margin-right: 15px;
}
.pass_icon i {
  display: block;
  width: 80px;
  height: 70px;
}
.pass_icon .link_data_icon {
  background: url(./icon.png) no-repeat 0px -95px;
}
.pass_icon .link_video_icon {
  background: url(./icon.png) no-repeat -106px -95px;
}
.pass_icon .link_zt_icon {
  background: url(./icon.png) no-repeat -219px -95px;
}
.pass_icon .link_com_icon {
  background: url(./icon.png) no-repeat -325px -95px;
}
.pass_icon .link_zjsd_icon {
  background: url(./icon.png) no-repeat -106px -170px;
}
.pass_icon .link_selectsd_icon {
  background: url(./icon.png) no-repeat -290px -183px;
}
.pass_text {
  float: left;
}
.pass_title {
  font-weight: bold;
}
.pass_explain {
  margin-top: 6px;
}
.pass_link {
  margin-top: 12px;
}
.pass_link a {
  float: left;
  padding: 0 20px;
  display: block;
  font-size: 12px;
  color: #fe5548;
  line-height: 30px;
  border: 1px solid #fe5548;
  border-radius: 5px;
}
.pass_link a:hover {
  background: #fe5548;
  color: #fff;
}
/* 底部友情链接 */
.link {
  overflow: hidden;
  width: 100%;
  padding-top: 32px;
  line-height: 35px;
  border-top: 1px solid #eee;
  background: #fff;
}
.link_title {
  font-size: 18px;
}
.link_title i {
  float: left;
  line-height: 35px;
  margin-right: 15px;
  color: #f19953;
}
.link a {
  color: #525252;
  font-size: 14px;
  margin: 0 18px;
}
.link_menu select {
  margin: 0 20px;
}
.link ul li {
  float: left;
  font-size: 16px;
  color: #525252;
}
/* 网站公共底部样式 */
.footer {
  overflow: hidden;
  margin-top: 30px;
  width: 100%;
  background: #0068b7;
}
.footer_search {
  overflow: hidden;
  margin: 0 auto;
  width: 373px;
  padding: 24px 0;
  text-align: center;
}
.copyright {
  border-top: 1px solid #68acd9;
  padding: 16px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
.copyright ul li {
  width: 100%;
}
.copyright a {
  margin: 0 10px;
  color: #fff;
}
/*首页样式结束*/
/*首页样式*/
.main_left {
  float: left;
  width: 870px;
  background: #fff;
}
.main_right {
  float: right;
  margin-left: 30px;
  width: 268px;
  border: 1px solid #eee;
  background: #fff;
}
/* 栏目导航 */
.column_nav {
  margin-top: 30px;
  width: 1146px;
  border: 1px solid #ccc;
  border-left: 3px solid #0068b7;
  padding: 10px 10px;
  background: #fff;
  overflow: hidden;
}
.column_nav h2 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #0068b7;
}
.column_nav ul {
  list-style: none;
}
.column_nav ul li {
  display: inline-block;
  float: left;
}
.column_nav ul li a {
  display: block;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  color: #000;
}
.column_nav ul li a:hover {
  color: #0068b7;
  background: #eee;
}
/*栏目导航*/
/*面包屑导航*/
.crumbs_nav {
  margin: 12px 0 24px 0;
  width: 100%;
  height: 38px;
  font-size: 14px;
  line-height: 38px;
  text-indent: 1em;
  color: #213b6c;
  background: #eee;
  border-bottom: 2px solid #0068b7;
}
.crumbs_nav i {
  margin-right: 10px;
}
.crumbs_nav a {
  color: #213b6c;
  margin: 10px;
}
.crumbs_nav a:hover {
  color: #f16825;
}
.crumbs_nav em {
  margin-left: 10px;
  font-style: normal;
}
/*面包屑*/
/* 列表页样式 */
.list {
  margin: 10px 20px;
  width: 830px;
}
.list ul {
  width: 100%;
}
.list ul li {
  width: 100%;
  line-height: 40px;
  border-bottom: 1px dashed #ccc;
}
.list ul li a {
  display: block;
  padding: 0 10px;
  color: #213b6c;
}
.list ul li a:hover {
  background: #eee;
  color: #FF5F00;
}
.list ul li span {
  float: right;
  font-size: 14px;
  color: #213b6c;
}
.list_class {
  margin-top: 20px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #0068b7;
  border-top: 3px solid #0068b7;
}
.list_class a {
  float: left;
  color: #0068b7;
  font-weight: bold;
  margin-left: 5px;
}
.list_class a:hover {
  color: #FF4700;
}
.list_class span {
  float: right;
  margin-right: 5px;
}
.list_class span a {
  font-weight: normal;
  color: #999;
}
/*列表页*/
.page {
  width: 100%;
  margin: 12px 0 24px 0;
}
.page ul {
  display: inline-block;
  width: 100%;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
}
.page ul li {
  display: inline;
}
.page ul li a {
  float: left;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 6px 12px;
  color: #337ab7;
  line-height: 142.857%;
}
.page ul li a:hover {
  border-color: #337ab7;
  background: #337ab7;
  color: #fff;
}
/*分页样式*/
/*山东视频窗口及弹出层*/
.sd_video {
  float: left;
  margin: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  text-align: center;
  overflow: hidden;
}
.sd_video img {
  cursor: pointer;
}
.sd_video span {
  display: block;
  text-align: center;
  margin-top: 18px;
}
.sd_video a {
  color: #666;
}
.sd_video_box {
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
  display: none;
  background: url(./sd_video_bg.png);
  width: 100%;
  height: 500px;
}
.sd_video_main {
  position: absolute;
  width: 900px;
  height: 500px;
  background: #ccc;
}
.sd_video_box_close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
  font-size: 24px;
}
.video_main {
  overflow: hidden;
  background: #fff;
}
.video_list {
  float: left;
  margin: 20px 0;
  width: 33.33333333%;
  text-align: center;
}
.video_list a {
  color: #000;
}
.video_list a:hover {
  color: #FB4600;
}
.video_play {
  margin: 0 0 40px 200px;
  width: 748px;
}
.video_play h2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
}
.video_m {
  width: 748px;
  height: 461px;
  background: #ccc;
}
.video_tj {
  overflow: hidden;
}
.video_tj ul {
  list-style: none;
  padding: 10px 0;
  overflow: hidden;
  text-align: center;
}
.video_tj ul li {
  display: inline-block;
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0 20px;
  background: #0068b7;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}
.video_tj ul li:hover {
  background: #FF5700;
}
.video_play_list {
  width: 1168px;
  height: 200px;
  overflow: hidden;
  border: 1px solid #ccc;
  background: #fff;
}
.video_play_list ul {
  list-style: none;
  margin-top: 27px;
}
.video_play_list ul li {
  float: left;
  display: inline-block;
  margin: 0 22px;
}
.video_play_list ul li a {
  display: block;
  color: #666;
  line-height: 40px;
  text-align: center;
}
.video_play_list_l {
  float: left;
  padding-top: 50px;
  margin-left: 15px;
  width: 25px;
  height: 150px;
}
.video_play_list_main {
  float: left;
  padding: 0 43px;
  width: 1002px;
  height: 200px;
  overflow: hidden;
}
.video_play_list_r {
  float: left;
  padding-top: 50px;
  margin-right: 10px;
  width: 25px;
  height: 150px;
}
/*山东视频及弹出层*/
/*相关文章推荐*/
.recommend {
  float: left;
  padding: 5px 20px;
  font-size: 16px;
  color: #fff;
  background: #ea644a;
}
.recommend_list {
  float: left;
  font-size: 14px;
  width: 100%;
  padding: 10px;
  line-height: 28px;
}
.recommend_list li {
  padding-left: 15px;
  background: url(./recommend_list_icon.png) 0 13px no-repeat;
}
.recommend_list a {
  color: #646464;
}
.recommend_list a:hover {
  color: #FF5F00;
}
/*推荐文章*/
/*文章页样式*/
.article {
  width: 100%;
}
.article h2 {
  display: block;
  padding-top: 20px;
  font-size: 24px;
  color: #213b6c;
  text-align: center;
  font-weight: normal;
}
.artivle_info {
  padding: 10px 0;
  font-size: 12px;
  color: #969696;
  text-align: center;
}
.artivle_info span {
  margin: 0 10px;
}
.operate {
  margin: 10px 0;
  overflow: hidden;
  font-size: 12px;
  color: #213b6c;
}
.operate div {
  float: left;
}
.typeface {
  margin-left: 200px;
}
.typeface span {
  padding: 2px 5px;
  display: inline-block;
  margin: 0 10px;
  background: #f35f5d;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.share {
  margin-left: 20px;
}
.copy {
  margin-left: 50px;
  width: 168px;
}
.copy_button {
  display: inline-block;
  float: left;
  padding: 2px 10px;
  background: #213b6c;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.copy_success {
  display: none;
  float: left;
  margin: 0 10px;
  padding: 2px 10px;
  color: #017A17;
}
.content {
  margin: 37px 0;
  padding: 0 10px;
  font-size: 16px;
  font-family: Microsoft Yahei;
  color: #555;
  line-height: 36px;
}
.down {
  margin: 10px 0;
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #eee;
}
.down ul {
  margin-left: 25px;
  list-style: none;
}
.down ul li {
  line-height: 26px;
}
.down ul li a {
  font-size: 12px;
  color: #969696;
}
.down ul li a:hover {
  color: #FF5700;
}
.down_title {
  padding: 10px 0;
  color: #af0000;
}
.down_title i {
  margin-right: 10px;
}
.state {
  margin: 10px 0;
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #eee;
}
.state p {
  margin-left: 25px;
  line-height: 26px;
  font-size: 12px;
  color: #969696;
}
.state_title {
  padding: 10px 0;
  color: #af0000;
}
.state_title i {
  margin-right: 10px;
}
/*文章页样式*/
/*专题页样式*/
.zhuanti_list {
  margin: 12px 0 24px 0;
  overflow: hidden;
}
.zhuanti_list ul li {
  margin: 12px 0;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.zhuanti_list h2 {
  display: block;
  float: left;
  margin: 4px 24px;
  width: 742px;
  font-size: 18px;
}
.zhuanti_list h2 a {
  color: #0068b7;
}
.zhuanti_list p {
  width: 740px;
  float: left;
  margin: 4px 24px;
  font-size: 14px;
  line-height: 22px;
}
.zhuanti_list p a {
  color: #818181;
}
.zt_list_img {
  float: left;
  width: 370px;
  height: 93px;
  padding: 4px;
  border: 1px solid #ccc;
}
.zt_list_img img {
  display: block;
}
.zt_list_info {
  margin: 9px 0;
  float: left;
  width: 100%;
  font-size: 14px;
}
.zt_list_info span {
  float: left;
  margin: 0px 8px;
  color: #959595;
  line-height: 27px;
}
.zt_list_info a {
  float: right;
}
/*专题页样式*/
/*访谈页样式*/
.interview_main {
  width: 100%;
  margin: 32px 0;
  background: #fff;
  overflow: hidden;
}
.interview_trailer {
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  padding-left: 10px;
}
.interview_trailer b {
  color: #d9534f;
}
.interview_trailer b i {
  margin: 0 10px;
}
.interview_main_title {
  margin: 30px 0 10px 0;
  display: block;
  text-indent: 1.5em;
  color: #0068b7;
}
.interview_class_list {
  overflow: hidden;
  list-style: none;
  margin-top: 20px;
}
.interview_class_list li {
  float: left;
  margin: 20px 0;
  display: inline-block;
  list-style: none;
  width: 16.66666667%;
  text-align: center;
}
.interview_class_list li a {
  display: block;
  background: #fff;
  text-align: center;
}
.interview_class_list li a span {
  display: inline-block;
  padding: 2px;
  font-size: 0px;
  background: #fff;
  border: 1px solid #ccc;
}
.interview_class_list li a span:hover {
  border: 1px solid #0068b7;
}
.interview_class_list li a em {
  float: left;
  display: block;
  margin-left: 10%;
  width: 80%;
  line-height: 30px;
  font-style: normal;
  color: #000;
}
.guest {
  float: left;
  padding: 20px 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.guest_photo {
  float: left;
  width: 200px;
  border-right: 1px solid #ccc;
}
.guest_photo img {
  margin-left: 40px;
}
.guest_photo span {
  display: block;
  margin-top: 10px;
  padding: 0 10px;
  text-align: center;
}
.guest_interview_content {
  float: left;
  margin-left: 30px;
  width: 938px;
  line-height: 32px;
}
.guest_interview_content span {
  margin-bottom: 20px;
}
.guest_interview_content span a {
  float: right;
  display: block;
  padding: 5px 20px;
  background: #0068b7;
  color: #fff;
  border-radius: 5px;
}
.interview_class {
  float: left;
  width: 100%;
}
.interview_class_title {
  margin: 40px auto 0 auto;
  width: 452px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: url(./fangtan_title_bg.png);
}
.interview_class_list {
  overflow: hidden;
  margin-top: 40px;
}
.interview_class_list ul {
  width: 100%;
  float: left;
  margin-top: 0px;
}
.interview_class_list_title {
  float: left;
  margin: 0px;
  color: #0068b7;
}
.interview_class_list_more {
  float: right;
  display: block;
  color: #666;
  font-size: 14px;
}
/*访谈页样式*/
/*政务大厅*/
.zwdt_column_nav {
  margin-top: 15px;
  width: 100%;
  height: 57px;
  background: #fff;
}
.zwdt_column_nav ul {
  float: left;
  width: 1010px;
  padding-top: 5px;
}
.zwdt_column_nav ul li {
  float: left;
  margin-left: 20px;
  display: inline-block;
  line-height: 25px;
}
.zwdt_column_nav ul li a {
  font-size: 12px;
  color: #666;
}
.zwdt_column_nav_title {
  float: left;
  padding-left: 40px;
  width: 90px;
  height: 57px;
  background: url(./zwdt_class_title_bg.png) no-repeat;
  line-height: 57px;
  font-weight: bold;
}
.zwdt_inlet_link {
  background: #fff;
  width: 100%;
  margin: 80px 0;
  overflow: hidden;
}
.zwdt_inlet_link ul li {
  float: left;
  display: inline-block;
  width: 14.28571429%;
  text-align: center;
}
.zwdt_inlet_link ul li a em {
  display: block;
  font-style: normal;
  color: #000;
}
.zwdt_hot {
  float: left;
  width: 370px;
  height: 345px;
}
.zwdt_hot .zwdt_hot_button_right {
  margin-left: 30px;
}
.zwdt_hot .zwdt_hot_top {
  float: left;
  width: 166px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ccc;
  border-left: 3px solid #0068b7;
  background: #fff;
}
.zwdt_hot .zwdt_hot_top a {
  display: block;
  text-align: center;
  line-height: 50px;
  color: #000;
}
.zwdt_hot .zwdt_hot_top a img {
  margin: 0 10px;
}
.zwdt_hot .zwdt_hot_top a:hover {
  background: #eeeeee;
}
.zwdt_hot .bszy_search {
  float: left;
  margin: 14px 0;
  width: 368px;
  border: 1px solid #cccccc;
}
.zwdt_hot .bszy_search .bszy_search_title {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.zwdt_hot .bszy_search .bszy_search_title img {
  margin: 0 10px;
}
.zwdt_hot .bszy_search ul {
  margin: 10px 0 10px 20px;
  list-style: none;
  line-height: 30px;
  overflow: hidden;
}
.zwdt_hot .bszy_search ul li {
  float: left;
  margin-right: 10px;
}
.zwdt_hot .bszy_search ul li a {
  color: #000;
}
.zwdt_hot .bszy_search ul li a:hover {
  color: #e70012;
}
.zwdt_hot .zwdt_hot_bottom {
  float: left;
  width: 166px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ccc;
  border-left: 3px solid #f19953;
  background: #fff;
}
.zwdt_hot .zwdt_hot_bottom a {
  display: block;
  text-align: center;
  line-height: 50px;
  color: #000;
}
.zwdt_hot .zwdt_hot_bottom a img {
  margin: 0 10px;
}
.zwdt_hot .zwdt_hot_bottom a:hover {
  background: #eeeeee;
}
.zwdt_massage {
  float: left;
  margin-top: 30px;
  width: 170px;
  height: 70px;
  line-height: 70px;
  background: #f0f0f0;
}
.zwdt_massage span {
  float: left;
  margin: 10px 0 0 10px;
}
.zwdt_massage strong {
  margin-left: 20px;
}
.zwdt_opinion {
  float: left;
  margin-top: 30px;
  margin-left: 30px;
  width: 170px;
  height: 70px;
  line-height: 70px;
  background: #f0f0f0;
}
.zwdt_opinion span {
  float: left;
  margin: 10px 0 0 10px;
}
.zwdt_opinion strong {
  margin-left: 20px;
}
.zwdt_columm_tab {
  float: left;
  margin-left: 30px;
  width: 768px;
  height: 344px;
  border: 1px solid #ccc;
}
.zwdt_columm_tab_title {
  width: 100%;
  height: 40px;
  background: #f7f7f7;
  border-bottom: 2px solid #0068b7;
}
.zwdt_columm_tab_title ul {
  float: left;
  list-style: none;
  margin-top: -1px;
}
.zwdt_columm_tab_title ul li {
  float: left;
  display: inline-block;
  line-height: 40px;
  width: 100px;
  text-align: center;
}
.zwdt_columm_tab_title ul li a {
  display: block;
  color: #000;
}
.zwdt_columm_tab_title_hover {
  border-top: 2px solid #0068b7;
  height: 41px;
  background: #fff;
}
.zwdt_columm_tab_main {
  width: 100%;
  height: 302px;
  overflow: hidden;
}
.zwdt_columm_tab_main ul {
  list-style: none;
  margin-top: 20px;
  height: 282px;
}
.zwdt_columm_tab_main ul li {
  float: left;
  margin-left: 5%;
  display: inline-block;
  width: 45%;
  line-height: 40px;
  background: url(./img_new_title_bg.png) no-repeat 10px 17px;
  text-indent: 2em;
  border-bottom: 1px dashed #ccc;
}
.zwdt_columm_tab_main ul li a {
  color: #000;
}
.zwdt_column_content {
  float: left;
  margin: 30px 30px 0 0;
  width: 370px;
}
.zwdt_column_content ul {
  padding-bottom: 10px;
  list-style: none;
  line-height: 32px;
  text-indent: 1em;
}
.zwdt_column_content ul li a {
  color: #000;
}
.zwdt_file {
  float: left;
  margin-top: 30px;
  width: 370px;
}
.zwdt_file ul {
  margin: 10px 0;
  list-style: none;
}
.zwdt_file ul li {
  background: url(./gfxwj_list_icon.png) no-repeat 10px 12px;
}
.zwdt_file ul li a {
  display: block;
  text-indent: 2em;
  color: #000;
  line-height: 30px;
}
.zwdt_column_content_title {
  overflow: hidden;
}
.zwdt_column_content_title h3 {
  float: left;
  display: block;
  width: 115px;
  height: 28px;
  text-align: center;
  background: url(./zwdt_title_bg.png) no-repeat;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}
.zwdt_column_content_title hr {
  float: left;
  margin-top: 15px;
  width: 180px;
  color: #eee;
}
.zwdt_column_content_title a {
  float: right;
  color: #000;
  line-height: 40px;
  font-size: 14px;
  color: #666;
}
.zwdt_file_title {
  padding-bottom: 3px;
  border-bottom: 1px solid #de4c4c;
}
.zwdt_file_title h3 {
  border-bottom: 4px solid #de4c4c;
  line-height: 40px;
  text-align: center;
}
.zwdt_file_more {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #666;
}
/*政务大厅样式*/
.search_main {
  margin: auto;
  width: 1170px;
  background: #fff;
  overflow: hidden;
  padding-top: 30px;
}
.search_top {
  width: 100%;
  height: 60px;
  border-bottom: 5px solid #0068b7;
  background: #fff;
  overflow: hidden;
}
.search_top_box {
  margin: auto;
  width: 1170px;
  margin-top: 10px;
}
.search_list_text {
  float: left;
  margin-left: 30px;
  margin-top: 5px;
  width: 500px;
  height: 33px;
  border: 1px solid #ccc;
  border-right: none;
}
.search_list_btn {
  float: left;
  margin-top: 5px;
  height: 35px;
  padding: 0 20px;
  background: #f1a325;
  border: 0px;
  color: #fff;
}
.search_logo {
  float: left;
}
.search_class {
  float: left;
  width: 170px;
  background: #fff;
}
.search_class h3 {
  border: 1px solid #ccc;
  height: 28px;
  line-height: 28px;
  text-indent: 1em;
  font-size: 14px;
  color: #0068b7;
}
.search_class ul {
  margin-top: 5px;
  margin-bottom: 20px;
  list-style: none;
  font-size: 14px;
  line-height: 22px;
}
.search_class ul li {
  display: block;
  text-indent: 1em;
  color: #000;
}
.search_class ul li a {
  display: block;
  text-indent: 1em;
  color: #000;
}
.search_list {
  float: left;
  margin-left: 30px;
  width: 770px;
}
.search_list ul {
  list-style: none;
}
.search_list_top {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 10px;
}
.search_list_top span {
  float: right;
}
.search_list_top span a {
  margin: 0 10px;
  color: #999;
}
.search_list_ul {
  list-style: none;
}
.search_list_ul li {
  float: left;
  margin: 15px 0;
}
.search_list_img {
  float: left;
  width: 22.09%;
}
.search_list_title {
  float: left;
  width: 100%;
}
.search_list_title h3 {
  font-size: 16px;
}
.search_list_title i {
  font-style: normal;
  font-size: 14px;
}
.search_list_content {
  width: 75.01%;
  float: left;
  margin-left: 15px;
}
.search_list_title h3 {
  float: left;
}
.search_list_title i {
  float: right;
}
.search_list_content_p {
  float: left;
  margin: 8px 0;
  width: 100%;
}
.search_list_link {
  float: left;
  width: 100%;
  font-size: 12px;
}
.search_list_link span {
  float: right;
}
.search_hot {
  float: left;
  margin-left: 30px;
  width: 170px;
}
.search_hot h3 {
  font-size: 14px;
  font-weight: bold;
  color: #0068b7;
}
.search_hot ul {
  margin-top: 10px;
  list-style: none;
  font-size: 14px;
}
.search_hot ul li {
  line-height: 25px;
}
.search_hot ul li a {
  color: #000;
}
/*搜索页样式*/
.section_new {
  float: left;
  margin-left: 30px;
  width: 470px;
}
.section_new h2 {
  display: block;
  font-size: 24px;
}
.section_new h2 a {
  display: block;
  color: #0068b7;
  text-align: center;
}
.section_new h2 a:hover {
  color: #FF5F00;
}
.section_new ul {
  line-height: 36px;
  margin-top: 10px;
}
.section_new ul li a {
  color: #000;
}
.section_new ul li a:hover {
  color: #FF5F00;
}
.section_new ul li a em {
  font-style: normal;
}
.section_new ul li a span {
  float: right;
}
.section {
  width: 100%;
}
.section_left {
  float: left;
  width: 800px;
  margin-left: -30px;
}
.section_column {
  float: left;
  margin: 30px 0 0 30px;
  width: 370px;
  padding-bottom: 20px;
}
.section_column_title {
  width: 100%;
  height: 45px;
  text-indent: 1em;
  line-height: 45px;
}
.section_column_title a {
  float: left;
  color: #0068b7;
  font-weight: bold;
}
.section_column_title a:hover {
  color: #FF5F00;
}
.section_column_title span {
  float: right;
}
.section_column_title span a {
  float: right;
  color: #0068b7;
  font-size: 14px;
  font-weight: normal;
}
.section_column_title span a:hover {
  color: #FF5F00;
}
.section_c_t_kfq {
  background: url(./section_column_title_icon.png) no-repeat 0 14px;
  border-bottom: 1px solid #ccc;
}
.section_smlt_l_t {
  background: #ff0;
}
.section_right {
  float: right;
  width: 370px;
}
.section_column_list ul {
  list-style: none;
  padding: 0 10px;
}
.section_column_list ul li {
  line-height: 38px;
  border-bottom: 1px dashed #ccc;
}
.section_column_list ul li a {
  color: #000;
}
.section_column_list ul li a:hover {
  color: #FF5F00;
}
.section_l_zhuanti {
  float: left;
  margin-left: 30px;
}
.section_r_zhuanti {
  width: 100%;
  margin: 30px 0;
}
.section_r_zc {
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
}
.section_r_zc h2 {
  float: left;
  display: block;
  width: 14px;
  height: 118px;
  padding: 10px 8px 0 8px;
  font-size: 14px;
  background: url(./section_column_r_t_b.png) no-repeat;
  color: #fff;
}
.section_r_zc h2 a {
  color: #fff;
}
.section_r_zc h2:hover {
  background: url(./section_column_r_t_b_h.png) no-repeat;
}
.section_r_zc ul {
  float: left;
  padding: 0 20px;
  line-height: 30px;
  font-size: 14px;
}
.section_r_zc ul a {
  color: #000;
}
.section_r_zc ul a:hover {
  color: #FF5F00;
}
.section_r_kfq_ywxt {
  margin-bottom: 30px;
}
.section_r_kfq_ywxt h2 {
  display: block;
  height: 40px;
  font-size: 16px;
  border: 1px solid #ccc;
  color: #0068b7;
  line-height: 40px;
  text-indent: 1em;
}
.section_r_kfq_ywxt h2 a {
  color: #0068b7;
}
.section_r_kfq_ywxt h2 a:hover {
  color: #FF5F00;
}
.section_r_kfq_ywxt h2 span {
  display: block;
  width: 25px;
  height: 25px;
  background: url(./section_column_r_kfq_icon.png);
  float: right;
  margin: -1px -1px 0 0;
}
.section_r_kfq_ywxt ul {
  line-height: 30px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-top: none;
  padding: 10px 0;
}
.section_r_kfq_ywxt ul li {
  margin-left: 15px;
  background: url(./open_li_icon.png) no-repeat 0 15px;
}
.section_r_kfq_ywxt ul li a {
  display: block;
  text-indent: 1em;
  color: #000;
}
.section_r_kfq_ywxt ul li a:hover {
  color: #FF5F00;
}
.section_smlt_l_t {
  border-top: 3px solid #0068b7;
  list-style: 35px;
  overflow: hidden;
  background: url(./smlt_title_bg.png) no-repeat 0 1px;
}
.section_smlt_l_t a {
  display: block;
  float: left;
  margin-top: 1px;
  padding-left: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
.section_smlt_l_t span {
  display: block;
  float: right;
  height: 35px;
  overflow: hidden;
}
.section_smlt_l_t span a {
  float: right;
  color: #0068b7;
  font-weight: normal;
  overflow: hidden;
}
.section_smlt_list {
  float: left;
  width: 100%;
  line-height: 36px;
}
.section_smlt_list ul {
  padding: 0 10px;
  margin: 10px 0;
}
.section_smlt_list ul li {
  background: url(./smlt_list_icon.png) no-repeat 0 12px;
  border-bottom: 1px dashed #ccc;
}
.section_smlt_list ul li a {
  display: block;
  text-indent: 1em;
  color: #000;
}
.section_smlt_tab {
  float: left;
  margin: 30px 0 30px 30px;
  width: 770px;
}
.section_smlt_tab_title {
  width: 100%;
  list-style: none;
  overflow: hidden;
  background: #eee;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #0068b7;
}
.section_smlt_tab_title li {
  float: left;
  display: inline-block;
  line-height: 35px;
  width: 112px;
}
.section_smlt_tab_title li a {
  float: left;
  display: block;
  width: 112px;
  line-height: 43px;
  color: #0068b7;
  text-align: center;
  font-weight: bold;
}
.section_smlt_tab_title_hover {
  color: #fff !important;
  font-weight: bold;
  text-indent: 1.5em;
  background: url(./smlt_tab_title_bg.png) no-repeat;
}
.section_smlt_main {
  float: left;
  height: 310px;
  overflow: hidden;
}
.section_smlt_main_list {
  margin-top: 15px;
}
.section_smlt_main_list li {
  display: inline-block;
  float: left;
  margin: 0 20px;
  width: 340px;
  text-indent: 1em;
  line-height: 40px;
  border-bottom: 1px dashed #ccc;
  background: url(./smlt_list_icon.png) no-repeat 0 15px;
}
.section_smlt_main_list li a {
  color: #000;
}
.section_smlt_r {
  border: 1px solid #ccc;
}
.section_smlt_r_link {
  float: left;
  margin: 20px 0;
  width: 50%;
  text-align: center;
}
.section_smlt_r_link span {
  display: block;
}
.section_smlt_r_link span {
  display: block;
}
.section_smlt_r_wsbs span {
  display: block;
  height: 40px;
  width: 100%;
  line-height: 40px;
  border-bottom: 3px solid #0068b7;
  background: #eee;
  overflow: hidden;
}
.section_smlt_r_wsbs span a {
  display: block;
  background: url(./smlt_r_wsbs_icon.png) no-repeat 5px 15px;
  text-indent: 2em;
  color: #0068b7;
  font-weight: bold;
}
.section_smlt_r_wsbs ul {
  list-style: none;
  margin: 10px 0;
}
.section_smlt_r_wsbs ul li {
  line-height: 32px;
  text-indent: 1.5em;
}
.section_smlt_r_wsbs ul li a {
  color: #000;
}
.section_smlt_r_message_t {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #eee;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  overflow: hidden;
}
.section_smlt_r_message_t ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.section_smlt_r_message_t ul li a {
  display: inline-block;
  background: #0068b7;
  line-height: 25px;
  padding: 0 10px;
  color: #fff;
  border-radius: 5px;
}
.section_smlt_r_message_m {
  height: 200px;
  padding: 10px;
}
.section_wm_tab {
  float: left;
  margin: 30px 0 30px 30px;
  width: 770px;
}
.section_wm_tab_title {
  width: 100%;
  height: 43px;
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.section_wm_tab_title li {
  float: left;
  display: inline-block;
  line-height: 43;
  padding: 0 20px;
}
.section_wm_tab_title li a {
  float: left;
  display: block;
  line-height: 40px;
  color: #CE001E;
  text-align: center;
}
.section_wm_tab_title_hover {
  font-weight: bold;
  border-bottom: 3px solid #CE001E;
}
.section_wm_main {
  float: left;
  height: 310px;
  overflow: hidden;
}
.section_wm_main_list {
  margin-top: 15px;
}
.section_wm_main_list li {
  display: inline-block;
  float: left;
  margin: 0 20px;
  width: 340px;
  text-indent: 1em;
  line-height: 40px;
  border-bottom: 1px dashed #ccc;
  background: url(./gfxwj_list_icon.png) no-repeat 0 15px;
}
.section_wm_main_list li a {
  color: #000;
}
.section_wm_r {
  width: 100%;
  border-top: 3px solid #da1f28;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.section_wm_r_link {
  list-style: none;
}
.section_wm_r_link li {
  float: left;
  padding: 20px 0;
  display: inline-block;
  width: 50%;
  text-align: center;
}
.section_wm_r_ywxt {
  border-top: 1px solid #ccc;
}
.section_wm_r_ywxt ul {
  margin: 10px 0;
  padding: 0 20px;
  line-height: 30px;
}
.section_wm_r_ywxt ul li {
  background: url(./recommend_list_icon.png) no-repeat 0 15px;
}
.section_wm_r_ywxt ul li a {
  display: block;
  color: #000;
  text-indent: 10px;
  font-size: 14px;
}
.section_wm_r_ywxt_title {
  height: 47px;
  padding-top: 10px;
}
.section_wm_r_ywxt_title a {
  float: left;
  margin-left: -11px;
  display: block;
  width: 116px;
  height: 47px;
  background: url(./wm_r_ywxt.png) no-repeat;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.section_wm_r_ywxt_title span {
  float: right;
  margin-right: 10px;
}
.section_wm_r_ywxt_title span a {
  width: auto;
  float: right;
  font-weight: normal;
  font-size: 14px;
  background: none;
  color: #da1f28;
}
.section_wm_r_message {
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
.section_wm_r_message_title {
  overflow: hidden;
}
.section_wm_r_message_title ul {
  width: 100%;
}
.section_wm_r_message_title ul li {
  float: left;
  text-align: center;
  width: 25%;
}
.section_wm_r_message_title ul li a {
  display: inline-block;
  padding: 2px 10px;
  background: #f00;
  color: #fff;
  border-radius: 5px;
}
.section_wm_r_message_main {
  padding: 10px;
}
.section_wz_tab {
  float: left;
  margin: 30px 0 30px 30px;
  width: 770px;
}
.section_wz_tab_title {
  width: 100%;
  height: 43px;
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #f1a325;
  background: #f4f4f4;
}
.section_wz_tab_title li {
  float: left;
  display: inline-block;
  line-height: 43;
  padding: 0 20px;
}
.section_wz_tab_title li a {
  float: left;
  display: block;
  line-height: 41px;
  color: #f1a325;
  text-align: center;
}
.section_wz_tab_title_hover {
  font-weight: bold;
  border-bottom: 2px solid #f1a325;
  background: #fff;
}
.section_wz_main {
  float: left;
  height: 310px;
  overflow: hidden;
}
.section_wz_main_list {
  margin-top: 15px;
}
.section_wz_main_list li {
  display: inline-block;
  float: left;
  margin: 0 20px;
  width: 340px;
  text-indent: 1em;
  line-height: 40px;
  border-bottom: 1px dashed #ccc;
  background: url(./wz_list_icon.png) no-repeat 0 15px;
}
.section_wz_main_list li a {
  color: #000;
}
.section_wz_r_message {
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
.section_wz_r_message_title {
  overflow: hidden;
  background: #0068b7;
  padding: 8px 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.section_wz_r_message_title ul {
  width: 100%;
}
.section_wz_r_message_title ul li {
  float: left;
  text-align: center;
  width: 25%;
}
.section_wz_r_message_title ul li a {
  display: inline-block;
  padding: 1px 10px;
  background: #fff;
  color: #0068b7;
  border-radius: 10px;
}
.section_wz_r_message_main {
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: none;
  padding: 10px;
}
/*版块样式*/
/*公开目录*/
.open_directory {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.open_directory_menu {
  float: left;
  width: 168px;
  height: 600px;
  overflow: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 3px solid #0068b7;
}
.open_directory_menu ul {
  padding: 0px;
  width: 100%;
  line-height: 40px;
}
.open_directory_menu ul li {
  text-indent: 0px;
  border-bottom: 1px solid #ccc;
}
.open_directory_menu ul li a {
  color: #000;
}
.open_directory_menu ul li a:hover {
  color: #FF6700;
}
.open_directory_menu ul li i {
  cursor: pointer;
  margin: 0 10px;
  width: 15px;
}
.open_directory_menu ul div {
  display: none;
}
.open_directory_menu ul div ul {
  padding-left: 20px;
}
.open_directory_menu ul div ul li {
  list-style: square;
  margin-left: 10px;
  background-color: #fff;
  border: none;
}
.open_directory_menu ul div ul li a {
  color: #000;
}
.open_directory_main {
  float: left;
  margin-left: 30px;
  padding: 15px;
  width: 938px;
  background: #fff;
  border: 1px solid #ccc;
}
.open_directory_main table thead {
  line-height: 40px;
  border-bottom: 1px solid #ccc;
}
.open_directory_main table thead td {
  text-align: center;
  font-weight: bold;
}
.open_directory_main table tr {
  text-indent: 1em;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
}
.open_directory_main table tr td a {
  color: #000;
}
.o_d_td1 {
  font-weight: bold;
  background: #f4f4f4;
}
.open_directory_main_title {
  display: block;
  line-height: 40px;
  text-align: center;
  color: #0068b7;
}
.open_directory_main_content {
  line-height: 32px;
}
/*公开目录样式*/
.message_whole_list a {
  color: #000;
  font-size: 14px;
  line-height: 24px;
}
.message_whole_list p {
  color: #000;
  font-size: 14px;
  line-height: 24px;
}
.message_whole_list_content {
  overflow: hidden;
}
.message_whole_list_content span {
  display: block;
  float: left;
  overflow: hidden;
  font-size: 16px;
  color: #0068b7;
  font-weight: bold;
}
.message_whole_list_content i {
  float: right;
  font-size: 16px;
  font-style: normal;
}
.message_whole_list_reply {
  overflow: hidden;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.message_whole_list_reply span {
  display: block;
  float: left;
  overflow: hidden;
  font-size: 16px;
  color: #bd0003;
  font-weight: bold;
}
.message_whole_list_reply i {
  float: right;
  font-size: 16px;
  font-style: normal;
}
.message_list_search {
  margin: 20px 0;
  overflow: hidden;
  width: 1148px;
  line-height: 38px;
  background: #fff;
  padding: 10px;
  border: 1px solid #eee;
}
.message_list_search span {
  float: left;
  height: 35px;
}
/*厅领导信息*/
.lingdao_left {
  float: left;
  width: 168px;
  border: 1px solid #ccc;
  border-top: 3px solid #0068b7;
}
.lingdao_left ul {
  padding-left: 20px;
  list-style: none;
  line-height: 35px;
}
.lingdao_left ul li a {
  color: #000;
}
.lingdao_left ul li a strong {
  color: #0068b7;
  font-weight: bold;
}
.lingdao_left ul li a:hover {
  color: #e70012;
}
.lingdao_name_list_title {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  font-weight: bold;
  color: #0068b7;
}
.lingdao_name_list_title img {
  margin: 0 5px;
}
.lingdao_info {
  float: left;
  margin-left: 30px;
  padding-bottom: 15px;
  width: 968px;
  border: 1px solid #cccccc;
  border-top: 3px solid #0068b7;
}
.lingdao_info .lingdao_info_img {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.lingdao_info .lingdao_info_img img {
  float: left;
  margin: 30px 0 0 30px;
}
.lingdao_info .lingdao_info_img h2 {
  display: block;
  float: left;
  width: 100%;
  margin-top: 80px;
  font-size: 32px;
  color: #0068b7;
}
.lingdao_info .lingdao_info_img p {
  float: left;
  margin-top: 10px;
}
.lingdao_info .lingdao_name {
  float: left;
  margin-left: 30px;
  padding-left: 30px;
  height: 250px;
  border-left: 1px solid #cccccc;
}
.lingdao_info .lingdao_relevant .lingdao_relevant_title {
  margin: 10px 20px;
  padding: 0 20px;
  background: url(./lingdao_title_icon.png) no-repeat 0 15px;
  line-height: 40px;
  border-bottom: dashed 1px #cccccc;
}
.lingdao_info .lingdao_relevant .lingdao_relevant_title span {
  font-weight: bold;
  color: #0068b7;
}
.lingdao_info .lingdao_relevant .lingdao_relevant_title a {
  float: right;
  color: #000;
  font-size: 14px;
}
.lingdao_info .lingdao_relevant .lingdao_relevant_title a:hover {
  color: #e70012;
}
.lingdao_info .lingdao_relevant .lingdao_relevant_content {
  line-height: 30px;
}
.lingdao_info .lingdao_relevant .lingdao_relevant_content p {
  padding: 0px 20px;
}
.lingdao_info .lingdao_relevant .lingdao_relevant_content ul {
  padding: 0 20px;
}
.lingdao_info .lingdao_relevant .lingdao_relevant_content ul li a {
  color: #000;
}
.lingdao_info .lingdao_relevant .lingdao_relevant_content ul li a:hover {
  color: #e70012;
}
.lingdao_info .lingdao_relevant .marquee1 {
  margin: 10px 20px;
  width: 928px;
  height: 150px;
  overflow: hidden;
}
.lingdao_info .lingdao_relevant .marquee1 ul li {
  float: left;
  padding: 0 10px;
}
.lingdao_info .lingdao_relevant .marquee1 ul li a {
  display: block;
  color: #000;
}
.lingdao_info .lingdao_relevant .marquee1 ul li a:hover {
  color: #e70012;
}
.lingdao_info .lingdao_relevant .marquee1 ul li a em {
  display: block;
  width: 100%;
  text-align: center;
  font-style: normal;
}
.lingdao_info .lingdao_relevant .marquee1 ul li a img {
  display: block;
}
/*厅领导信息样式*/
.xxgk_td1 {
  text-align: left;
}
.xxgk_td2 {
  text-align: center;
}
.banshi_type {
  margin-bottom: 20px;
  padding: 0 20px;
  line-height: 35px;
  border: 1px solid #ccc;
  border-left: 3px solid #0068b7;
}
.banshi_type a {
  color: #000;
}
.banshi_type a:hover {
  color: #e70012;
}
.banshi_search_list_type {
  width: 855px;
  float: left;
  margin: 0 10px;
  padding: 0 10px;
  line-height: 35px;
  border: 1px solid #cccccc;
  border-top: 3px solid #0068b7;
  font-weight: bold;
  color: #0068b7;
}
.banshi_search_list {
  float: left;
  width: 405px;
  padding: 5px 10px;
  margin: 10px 10px 20px 10px;
  line-height: 30px;
  border-bottom: 1px dashed #cccccc;
  background: #eeeeee;
}
.button {
  padding: 9px 22px;
  margin: 4px;
  font-size: 14px;
  color: #fff;
  border: 0px;
  cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.default_button {
  background-color: #0068b7;
}
.default_button:hover {
  background-color: #005392;
}
.default_button:active {
  background-color: #003e6e;
}
.success_button {
  background-color: #5cb85c;
}
.success_button:hover {
  background-color: #4a934a;
}
.success_button:active {
  background-color: #376e37;
}
.fail_button {
  background-color: #f0ad4e;
}
.fail_button:hover {
  background-color: #c08a3e;
}
.fail_button:active {
  background-color: #90682f;
}
.invalid_button {
  background-color: #777777;
  cursor: not-allowed;
}
.invalid_button:hover {
  background-color: #777777;
}
.invalid_button:active {
  background-color: #777777;
}
.jump_button {
  background-color: #5bc0de;
}
.jump_button:hover {
  background-color: #499ab2;
}
.jump_button:active {
  background-color: #377385;
}
.QR_code {
  position: absolute;
  top: 20px;
  right: -110px;
  width: 100px;
  height: 130px;
}
.QR_code ul {
  list-style: none;
}
.QR_code ul li {
  margin-bottom: 20px;
  width: 100%;
  height: 130px;
}
.QR_code ul li a {
  display: block;
}
.QR_code ul li img {
  display: block;
  width: 100%;
}
.QR_code ul li p {
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}

#countdown{
  position: absolute;
  z-index: 999;
  width: 426px;
  height: 130px;
  background: url(./a1.jpg) no-repeat
}
#countdown span{
display: inline-block;
margin: 57px 0 0 166px;
font-size: 40px;
font-weight: bold;
color: #fff;
}

.guide {
    width: 60px;
    margin-left: 570px;
    position: fixed;
    left: 52%;
    bottom: 90px;
    top: 165px;
    display: block;
}
.code_icon{
    position: relative;
    margin: 20px 0;
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: #ccc 0 0 6px;
}
.code_icon span{
    display: block;
    text-align: center;
}
.code_main{
    display: none;
    position: absolute;
    z-index: 99;
    left: -126px;
    top: 0px;
    padding: 5px;
    width: 106px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
}
.code_main span{
    font-size: 12px;
    padding: 5px;
}
.code_main h3{
    height: 45px;
    font-size: 12px;
    font-weight: normal;
}
.code_main_j{
    position: absolute;
    right: -11px;
    top: 10px;
    width: 11px;
    height: 30px;
    background: url(code_main_j.png) no-repeat;
}
#day_window{
    position: absolute;
    z-index: 999;
    width: 426px;
    height: 130px;
    overflow: hidden;
}
#countdown{
    width: 426px;
    height: 130px;
    background: url(./a1.jpg) no-repeat
}
#countdown span{
    display: inline-block;
    margin: 57px 0 0 166px;
    width: 70px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
#Notice{
    width: 100%;
    height: 130px;
}
#Notice a{
    display: block;
    width: 100%;
    height: 100%;
}
.heibai{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}